powered by
Extract a subset of the data for a spatially sampled function.
# S3 method for ssf [(x, i, j, ..., drop)
Object of class "ssf".
"ssf"
Subset index applying to the locations where the function is sampled.
Subset index applying to the columns (variables) measured at each location.
Ignored.
Another object of class "ssf".
This is the subset operator for the class "ssf".
ssf, with.ssf
ssf
with.ssf
# NOT RUN { f <- ssf(cells, data.frame(d=nndist(cells), i=1:42)) f f[1:10,] f[ ,1] # }
Run the code above in your browser using DataLab